From 62970765b5f62aff88a5cec9d6eee0cb6eca6505 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 24 Aug 2006 10:58:41 +0100 Subject: [PATCH] [POWERPC] Remove references to xen_guest_string from ppc dom0 builder. The xen_guest_string should not be examined directly and the ppc code doesn't use it yet anyway. Signed-off-by: Ian Campbell --- xen/arch/powerpc/domain_build.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/arch/powerpc/domain_build.c b/xen/arch/powerpc/domain_build.c index 4134bbaf02..8c896aa1ac 100644 --- a/xen/arch/powerpc/domain_build.c +++ b/xen/arch/powerpc/domain_build.c @@ -137,10 +137,6 @@ int construct_dom0(struct domain *d, dsi.v_kernend = RM_MASK(dsi.v_kernend, 42); dsi.v_kernentry = RM_MASK(dsi.v_kernentry, 42); - if (dsi.xen_section_string == NULL) { - printk("Not a Xen-ELF image: '__xen_guest' section not found.\n"); - return -EINVAL; - } printk("*** LOADING DOMAIN 0 ***\n"); /* By default DOM0 is allocated all available memory. */ -- 2.30.2